No description has been provided for this image
No description has been provided for this image
No description has been provided for this image
Make this Notebook Trusted to load map: File -> Trust Notebook
---------------------------------------------------------------------------
KeyboardInterrupt                         Traceback (most recent call last)
/var/folders/y5/1kb0xnvn7qs44p7ndk6g7xnw0000gn/T/ipykernel_5272/728764979.py in ?()
----> 1 final[['weekday', 'day', 'hour', 'minute']] = final['Date/Time'].apply(
      2     lambda dt: pd.Series([dt.day_name(), dt.day, dt.hour, dt.minute])
      3 )
      4 

~/anaconda3/lib/python3.12/site-packages/pandas/core/frame.py in ?(self, key, value)
-> 4271     def __setitem__(self, key, value) -> None:
   4272         if not PYPY and using_copy_on_write():
   4273             if sys.getrefcount(self) <= 3:
   4274                 warnings.warn(

KeyboardInterrupt: